From b0cd91c707ea2e3c15cabbf7974026eca75b0bf3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 24 Sep 2025 13:04:51 -0400 Subject: [PATCH] update --- .../comment_5_ad6f50e7d27d31028c81a4899f91f223._comment | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment b/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment index cf6c7cd167..0a5cd38c69 100644 --- a/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment +++ b/doc/todo/add_xxHash_backend/comment_5_ad6f50e7d27d31028c81a4899f91f223._comment @@ -17,6 +17,11 @@ This change will fix it: - hashtype="${0##*git-annex-backend-X}" + hashtype="${0##*git-annex-backend-}" +However, since the hash is named "XXHASH", and this is an external backend, +I think the backend name you should really be using is "XXXHASH". This +leaves the "XXHASH" backend name free for git-annex to use if it +implemented it as a built-in backend. + Once you have the program working, we can add it to the list of external backends. """]] -- 2.30.2